home *** CD-ROM | disk | FTP | other *** search
/ LiquidLibrary 2004 September / LiquidLibrary 2004 Sep - Disc 2.iso / pc / Portfolio Browser / Filters / PSI_ETC / DVRDEF.DAT < prev    next >
Text File  |  2003-01-03  |  3KB  |  69 lines

  1. ;
  2. ;  This file contains default device driver capabilities information.
  3. ;  Note that everything past the ';' is considered a comment, and that
  4. ;  the values must remain in the order they have been provided.  If a
  5. ;  driver needs to load another file of the same format into the
  6. ;  capabilities structure, it can call psgxcap(file_name)
  7. ;
  8.  
  9. 100                ;  X resolution (dots per inch)
  10. 100                ;  Y resolution (dots per inch)
  11. 0                  ;  Device height (required if origin is upper left)
  12. RGB                ;  Device's native color model (RGB, CMYK, or GRAY)
  13. RGB                ;  Device's native color model for images
  14. 0                  ;  Number of color table pens
  15. ;
  16. ;  Following is/would-be a device color table.  Each color is on a
  17. ;  separate line and has 3 values for RGB, 4 for CMYK, and 1 for GRAY.
  18. ;  All values lie in 0 to 255 range.  There must be the exact number of
  19. ;  color entries as that of 'Number of color table pens' above.  So,
  20. ;  if this value is '0', there are no color table entries.  The color
  21. ;  table is used only if the device cannot accept intensities directly,
  22. ;  and it cannot accept a color table downloaded from the interpreter
  23. ;  (see below).  If the device cannot accept intensities directly, but
  24. ;  it can accept a downloaded color table, make the value above for
  25. ;  number of pens a negative number.  The absolute value of this number
  26. ;  is how many pens may be downloaded.
  27. ;
  28.  
  29. 0                  ;  Number of dash segments device can handle
  30. 72                 ;  Maximum line thickness device can handle
  31. 2                  ;  Clip supported: 0=none, 1=rectangular, 2=irregular
  32. 0 0 850 1100       ;  Device default clip rectangle (all 0's means none)
  33. no                 ;  Can device handle lines with butt caps?
  34. yes                ;  Can device handle lines with round caps?
  35. no                 ;  Can device handle lines with square caps?
  36. no                 ;  Can device handle lines with miter joins?
  37. yes                ;  Can device handle lines with round joins?
  38. no                 ;  Can device handle lines with bevel joins?
  39. yes                ;  Can device handle intensities directly?
  40. yes                ;  Can device handle image intensities directly?
  41. NA                 ;  If no, can device accept a downloaded color table?
  42. yes                ;  Can device handle even/odd polygon fills?
  43. yes                ;  Can device handle non zero wind polygon fills?
  44. no                 ;  Can device handle bezier' curves as coordinates for clip?
  45. yes                ;  Can device handle bezier' curves as coordinates for lines?
  46. yes                ;  Can device handle bezier' curves as coordinates for polys?
  47. yes                ;  Can device handle image's?
  48. yes                ;  Can device handle imagemask's?
  49. no                 ;  Can device handle monochrome image's?
  50. yes                ;  Does device know about some fonts?
  51. yes                ;  Can device handle text strings directly?
  52. ;
  53. ;  Following are the supported font names for device.  These will be used
  54. ;  if the device knows about some fonts.
  55. ;
  56. Times-Roman
  57. Times-Italic
  58. Times-Bold
  59. Times-BoldItalic
  60. Helvetica
  61. Helvetica-Oblique
  62. Helvetica-Bold
  63. Helvetica-BoldOblique
  64. Courier
  65. Courier-Oblique
  66. Courier-Bold
  67. Courier-BoldOblique
  68. Symbol
  69.